Skip to content

chore: update aweXpect.Core to v2.11.2#653

Merged
vbreuss merged 1 commit intomainfrom
chore/update-core-2.11.2
Jun 22, 2025
Merged

chore: update aweXpect.Core to v2.11.2#653
vbreuss merged 1 commit intomainfrom
chore/update-core-2.11.2

Conversation

@vbreuss
Copy link
Copy Markdown
Member

@vbreuss vbreuss commented Jun 22, 2025

This PR updates the aweXpect.Core package version to v2.11.2 and adjusts the build configuration accordingly.

@vbreuss vbreuss self-assigned this Jun 22, 2025
Copilot AI review requested due to automatic review settings June 22, 2025 07:25
@vbreuss vbreuss added the dependencies Pull requests that update a dependency file label Jun 22, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the aweXpect.Core package version to v2.11.2 and adjusts the build configuration accordingly.

  • Changed the BuildScope in Pipeline/Build.cs to BuildScope.Default
  • Updated the aweXpect.Core version in Directory.Packages.props from 2.11.1 to 2.11.2

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Pipeline/Build.cs Updated BuildScope value for build behavior
Directory.Packages.props Updated aweXpect.Core package version
Comments suppressed due to low confidence (1)

Pipeline/Build.cs:22

  • Changing the BuildScope from 'CoreOnly' to 'Default' may affect build behavior by including additional components. Please verify that this change is intentional and does not unintentionally broaden the build scope.
	readonly BuildScope BuildScope = BuildScope.Default;

@vbreuss vbreuss enabled auto-merge (squash) June 22, 2025 07:25
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

Test Results

    14 files  +    10      14 suites  +10   2m 30s ⏱️ + 2m 10s
13 633 tests +12 736  13 631 ✅ +12 735  2 💤 +1  0 ❌ ±0 
37 947 runs  +35 370  37 945 ✅ +35 369  2 💤 +1  0 ❌ ±0 

Results for commit d56797e. ± Comparison against base commit e61f68f.

@vbreuss vbreuss merged commit cc62afe into main Jun 22, 2025
13 checks passed
@vbreuss vbreuss deleted the chore/update-core-2.11.2 branch June 22, 2025 07:34
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Benchmark Results

Details

BenchmarkDotNet v0.14.0, Ubuntu 24.04.2 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.411
[Host] : .NET 8.0.17 (8.0.1725.26602), X64 RyuJIT AVX2

Job=InProcess Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=1 WarmupCount=10

Method Mean Error StdDev Gen0 Gen1 Allocated
Bool_aweXpect 193.9 ns 1.56 ns 1.30 ns 0.0281 - 472 B
Bool_FluentAssertions 253.7 ns 3.19 ns 2.98 ns 0.0567 - 952 B
Bool_TUnit 998.0 ns 10.97 ns 10.26 ns 0.1431 - 2416 B
Equivalency_aweXpect 294,740.0 ns 1,220.76 ns 1,082.17 ns 16.6016 0.4883 284940 B
Equivalency_FluentAssertions 2,399,762.3 ns 16,846.06 ns 14,933.60 ns 273.4375 46.8750 4584416 B
Equivalency_TUnit 709,595.4 ns 3,159.74 ns 2,801.03 ns 51.7578 2.9297 866777 B
Int_GreaterThan_aweXpect 226.9 ns 1.90 ns 1.68 ns 0.0467 - 784 B
Int_GreaterThan_FluentAssertions 264.3 ns 2.11 ns 1.87 ns 0.0730 - 1224 B
Int_GreaterThan_TUnit 1,312.6 ns 8.89 ns 7.88 ns 0.1774 - 2992 B
ItemsCount_AtLeast_aweXpect 524.8 ns 6.72 ns 5.96 ns 0.0849 - 1432 B
ItemsCount_AtLeast_FluentAssertions 509.9 ns 5.20 ns 4.61 ns 0.1192 - 2008 B
ItemsCount_AtLeast_TUnit 19,835.2 ns 86.34 ns 80.76 ns 1.6174 - 27488 B
String_aweXpect 365.4 ns 3.84 ns 3.59 ns 0.0672 - 1128 B
String_FluentAssertions 509.7 ns 4.12 ns 3.65 ns 0.1287 - 2168 B
String_TUnit 1,401.1 ns 10.20 ns 9.55 ns 0.1850 - 3096 B
StringArray_aweXpect 1,424.5 ns 7.95 ns 7.04 ns 0.1640 - 2744 B
StringArray_FluentAssertions 1,349.2 ns 11.69 ns 10.36 ns 0.2480 - 4152 B
StringArray_TUnit 2,880.6 ns 13.17 ns 10.99 ns 0.2708 - 4576 B
StringArrayInAnyOrder_aweXpect 1,680.3 ns 8.67 ns 8.11 ns 0.1736 - 2920 B
StringArrayInAnyOrder_FluentAssertions 157,897.1 ns 793.10 ns 741.86 ns 3.4180 - 63788 B
StringArrayInAnyOrder_TUnit 4,905.2 ns 25.14 ns 23.52 ns 0.3967 - 6744 B

@github-actions
Copy link
Copy Markdown
Contributor

👽 Mutation Results

Mutation testing badge

aweXpect

Details
File Score Killed Survived Timeout No Coverage Ignored Compile Errors Total Detected Total Undetected Total Mutants

The final mutation score is NaN%

Coverage Thresholds: high:80 low:60 break:0

aweXpect.Core

Details
File Score Killed Survived Timeout No Coverage Ignored Compile Errors Total Detected Total Undetected Total Mutants

The final mutation score is NaN%

Coverage Thresholds: high:80 low:60 break:0

github-actions Bot added a commit that referenced this pull request Jun 22, 2025
github-actions Bot added a commit that referenced this pull request Jun 22, 2025
@github-actions
Copy link
Copy Markdown
Contributor

This is addressed in release v2.18.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file state: released The issue is released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants